Revision: hackerlab--giles--1.0--patch-10
Archive: giles@nemeton.com.au--2003-GPL
Creator: Giles Lean <giles@nemeton.com.au>
Date: Sun Jul  6 10:23:02 EST 2003
Standard-date: 2003-07-06 00:23:02 GMT
Summary: telldir(2) return type is 'long', not 'int'
Keywords: 
New-files: 
New-directories: 
Removed-files: 
Removed-directories: 
Renamed-files: 
Renamed-directories: 
Modified-files: ./vu/vu-sys.c ./vu/vu-sys.h
Modified-directories: 
New-patches: giles@nemeton.com.au--2003-GPL/hackerlab--giles--1.0--patch-10
Removed-patches: 

The Single Unix Standard, version 3 and earlier define the return type
of telldir(2) to be 'long', not 'int'.  No errors are defined.

